When calling the MPRemoteCall
function the remote procedure call (that is, the application-defined function) you want to designate must have the following type definition:
typedef void* (*MPRemoteProcedure)(void *parameter);
See MyRemoteProcedure
for more information about how to implement the application-defined function.